-
Notifications
You must be signed in to change notification settings - Fork 175
Feat: Add mem0_memory Support (Vector) for Neptune Analytics #262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Add mem0_memory Support (Vector) for Neptune Analytics #262
Conversation
@cagataycali hi, |
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
c641f96
to
8827750
Compare
Signed-off-by: Andy Kwok <[email protected]>
Signed-off-by: Andy Kwok <[email protected]>
@cagataycali Hi, would mind to have another look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename functions and update docstrings accordingly.
Signed-off-by: Andy Kwok <[email protected]>
Head branch was pushed to by a user without write access
Signed-off-by: Andy Kwok <[email protected]>
@JackYPCOnline Hi, I have updated the method names and the docString, would you mind to have a look? |
Signed-off-by: Andy Kwok <[email protected]>
Description
This PR aims to:
Code changes:
_initialize_client
to extract and centralise the responsibility of creating mem0 configuration object out from individual_configure*_backend()
._configure_neptune_analytics_backend()
which responsible to composite the json sub-block for thevector-store
configuration for Neptune Analyticstest_mem0_service_client_init()
to test the option of Neptune Analytics vector option and make sure error being thrown when there > 1 vector backend being configured.Related Issues
Documentation PR
strands-agents/docs#262
Type of Change
New configuration option
Testing
How have you tested the change? Verify that the changes do not break functionality or introduce warnings in consuming repositories: agents-docs, agents-tools, agents-cli
hatch run prepare
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.